Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / TrimExcess Method

In This Topic
    TrimExcess Method (StructList<T>)
    In This Topic
    Sets the capacity to the actual number of elements in the StructList<T>, if that number is less than a threshold value.
    Syntax
    'Declaration
     
    Public Sub TrimExcess() 
    public void TrimExcess()
    See Also